home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 155 / XENIATGM155.iso / Gioco Allegato / Mods / SWRv0.1.exe / SWRv0.1 / race_taidan / tproximitysensor.shp < prev    next >
INI File  |  2001-12-24  |  7KB  |  158 lines

  1. [tProximitySensor]
  2.  
  3. ;Source Files
  4. ;=----------=
  5. LODFile                             tProximitySensor.lod
  6. pMexData                            tProximitySensor\Rl0\LOD0\tProximitySensor.mex
  7.  
  8. ;Ship Physics
  9. ;=----------=
  10. mass                                25                    ; ship mass [fighter = 1]
  11. momentOfInertiaX                    25                    ; resistance to rotation
  12. momentOfInertiaY                    25                    ; [fighter = 1]
  13. momentOfInertiaZ                    25
  14. maxvelocity                            1000                ; [fighter = 1000]
  15. maxrot                                10                    ; maximum rotation speed [don't make faster than ~10]
  16. thruststrength[TRANS_UP]            250                    ; acceleration (m/s^2) [1-1000 approx. range]
  17. thruststrength[TRANS_DOWN]            250    
  18. thruststrength[TRANS_RIGHT]            250    
  19. thruststrength[TRANS_LEFT]            250
  20. thruststrength[TRANS_FORWARD]        250
  21. thruststrength[TRANS_BACK]            250
  22. rotstrength[ROT_YAWLEFT]            300                    ; rotational acceleration (deg/s^2) [0.01 - 1.0]
  23. rotstrength[ROT_YAWRIGHT]            300
  24. rotstrength[ROT_PITCHUP]            300
  25. rotstrength[ROT_PITCHDOWN]          300
  26. rotstrength[ROT_ROLLRIGHT]          300
  27. rotstrength[ROT_ROLLLEFT]           300
  28. turnspeed[TURN_YAW]                    2.5                    ; speed at which ship tries to turn (1=standard)
  29. turnspeed[TURN_PITCH]                2.5
  30. turnspeed[TURN_ROLL]                2.5
  31.  
  32. ;Basic Ship Stats
  33. ;=--------------=
  34. shipclass                            CLASS_NonCombat
  35. isCapitalShip                       FALSE
  36. buildCost                            50                    ; resource units to build
  37. buildTime                            6                    ; time in seconds to build
  38. supportUnits                        2                    ; Support Units required
  39. providesSU                            0    
  40. TimeShockedByEMP                    2.5                    ; time in seconds the ship will be paralized when hit by one EMP charge
  41. maxhealth                            800                    ; hit points
  42. groupSize                            5                    ; size of group ships of this type tend to form
  43. repairTime                            0                    ; every this many seconds
  44. repairDamage                        0                    ; this much damage is repaired
  45. repairCombatTime                    0                    ; every this many seconds
  46. repairCombatDamage                  0                    ; this much damage is repaired
  47. repairDroids                        0
  48. externalBuild                        FALSE                ; if TRUE, ship is built externally
  49. fowRadius                            22000
  50. forceFieldProtectionDistanceScale    1.1
  51. approxcollmodifier                    1.0                    ; use only % of collspheresize for rough approximations
  52. avoidcollmodifier                    1.0                    ; use only % of collspheresize for collision avoidance
  53. blastRadiusShockWave                6.0
  54. blastRadiusDamage                    75
  55. minimumZoomDistance                  60
  56. bUseRayTriangleIntersectionForHitLocation    FALSE
  57.  
  58. ;Special
  59. ;=-----=
  60. Overlay_Selection_Scalar            1.3         ; scale the tactical overlay by this amount
  61. SearchRate                          31                       ; Every Xth frame the proximity sensor
  62.                                                              ; walks the ship list and attempts to
  63.                                                              ; detect enemy ships within proximity
  64.                                                              ; Slow:  Value must be (0,1,3,7,15,31...etc..)
  65.                                                              ;31 ~= every 2 seconds
  66. SearchRadius                        9500.0                   ; Radius in which ships will set off
  67. SensorCircleRadius                  10                       ; Radius of 'bliping' circle in sensor
  68.                                                              ; manager around prox sensor
  69. SensorBlinkRate                     1.4                      ; Bigger the faster
  70. SearchRateAfterFound                63                       ; Search rate for enemies after
  71.                                                              ; enemies have been found (not so
  72.                                                              ; crucial to warn user..could be less?)
  73.                                                              ; 0, 1,3,7,15,31,63...etc...
  74. TriggerSpeed                        200.0                    ; Anything travelling slower than
  75.                                                              ; this will not set off the sensor!
  76.  
  77. blipColor                            255,0,0,0                 ; RGBA blip color
  78. blipThickness                       1                        ; Blip line thickness
  79.  
  80. ; Pilot View
  81. ;=---------=
  82. pilotViewOffsetX    0.0
  83. pilotViewOffsetY    0.0
  84. pilotViewOffsetZ    25.0
  85.  
  86. ;Weapons
  87. ;=-----=
  88. ;NONE
  89.  
  90. ;Gun Bindings
  91. ;=-----------=
  92. ;NONE
  93.  
  94. ;Dock Points
  95. ;=-----------=
  96. ;NONE
  97.  
  98. ;Explosions
  99. ;=--------=
  100. explosionType                       ET_InterceptorExplosion
  101.  
  102. ;Engine
  103. ;=---------=
  104. trailSegments                       10
  105. trailGranularity                    3
  106. trailColor                          0, 0, 0, 0, 0           ;grey team
  107. trailColor                          0, 1, 238, 238, 238
  108. trailColor                          0, 4, 141, 106, 87
  109. trailColor                          0, 9, 0, 0, 0
  110. trailColor                          1, 0, 0, 0, 0           ;red team
  111. trailColor                          1, 1, 225, 124, 33
  112. trailColor                          1, 4, 146, 0, 0
  113. trailColor                          1, 9, 0, 0, 0
  114. trailColor                          2, 0, 0, 0, 0           ;blue team
  115. trailColor                          2, 1, 11, 255, 255
  116. trailColor                          2, 4, 51, 0, 243
  117. trailColor                          2, 9, 0, 0, 0
  118. trailColor                          3, 0, 0, 0, 0           ;green team
  119. trailColor                          3, 1, 201, 254, 39
  120. trailColor                          3, 4, 0, 84, 4
  121. trailColor                          3, 9, 0, 0, 0
  122. trailColor                          4, 0, 0, 0, 0           ;yellow team
  123. trailColor                          4, 1, 255, 240, 97
  124. trailColor                          4, 4, 160, 124, 0
  125. trailColor                          4, 9, 0, 0, 0
  126. trailColor                          5, 0, 0, 0, 0           ;orange team
  127. trailColor                          5, 1, 225, 255, 11
  128. trailColor                          5, 4, 160, 124, 0
  129. trailColor                          5, 9, 0, 0, 0
  130. trailColor                          6, 0, 0, 0, 0           ;purple team
  131. trailColor                          6, 1, 255, 135, 157
  132. trailColor                          6, 4, 121, 0, 135
  133. trailColor                          6, 9, 0, 0, 0
  134. trailColor                          7, 0, 0, 0, 0           ;pale blue-green team
  135. trailColor                          7, 1, 45, 255, 149
  136. trailColor                          7, 4, 0, 105, 137
  137. trailColor                          7, 9, 0, 0, 0
  138.  
  139. trailRibbonAdjust                    0.5             ; also the default
  140. trailWidth                           15.0
  141. trailHeight                          8.0
  142. trailSpriteRadius                    25
  143. trailSpriteOffset                    -1.5
  144.  
  145. ;Scaling effects
  146. ;=--------=
  147. N-LIPS                              0.00025                 ; Max value for Interceptors 0.0005
  148.  
  149. ;NavLights
  150. ;=---------=
  151. ;NONE
  152.  
  153. ;Animation
  154. ;=-----------=
  155. ;NONE
  156.  
  157.  
  158.